@charset "utf-8";
/*主色：#367d2e 绿    */
*{margin: 0; padding: 0; box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html {	margin: 0px; padding: 0px; height:100%;-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;;}
body {	margin: 0px; padding: 0px; background:#fff; height:100%;    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
div {	margin: 0px; padding: 0px;}
ul {	margin: 0px; padding: 0px;}
ol {	margin: 0px; padding: 0px;list-style: none;}
dl {	margin: 0px; padding: 0px;}
li {	margin: 0px; padding: 0px;list-style: none;}
dt {	margin: 0px; padding: 0px;}
dd {	margin: 0px; padding: 0px;}
p {	margin: 0px; padding: 0px;}
blockquote {	margin: 0px; padding: 0px;}
pre {	margin: 0px; padding: 0px;}
form {	margin: 0px; padding: 0px;}
fieldset {	margin: 0px; padding: 0px;}
table {	margin: 0px; padding: 0px;}
th {	margin: 0px; padding: 0px;}
td {	margin: 0px; padding: 0px;}
span {	margin: 0px; padding: 0px;}

.btn01{display: inline-block; padding: 5px 10px; font-size: 14px; color: #fff; border: 2px solid #4d92d9; background-color: #4d92d9; text-decoration: none; transition: 0.4s;}
.btn01:hover{background-color:#fff; color: #4d92d9; transition: 0.4s;}

.animated {-webkit-animation-duration:1s;/*动态*/
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}


/*分页样式*/
.btnfy00{display: inline-block; padding: 1px 2px; font-size: 14px; color: #888; border: 1px solid #a9e3fc; background:#fff;  transition: 0.2s;text-align:center; margin-left:10px;float:left;}
.btnfy{display: inline-block; padding: 1px 2px; font-size: 14px; color: #3c86c5; border: 1px solid #3c86c5; background:#fff; text-decoration: none; transition: 0.2s; min-width:20px;text-align:center; margin-left:10px; float:left;}
.btnfyon{display: inline-block; padding: 1px 2px; font-size: 14px; color: #fff; border: 1px solid #3c86c5; background-color: #3c86c5; min-width:20px; text-align:center; margin-left:10px;transition: 0.2s; float:left;}
.btnfy:hover{background-color:#3c86c5; color: #fff; transition: 0.2s;}

body {	color:#666; line-height: 20px; font-family:"微软雅黑", "宋体", "黑体"; font-size: 14px; /*-webkit-text-size-adjust: none;*/}
ins {	text-decoration: none;}
i {	margin: 0px; padding: 0px; font-style: normal;}
em {	margin: 0px; padding: 0px; font-style: normal;}
a {	color:#333; text-decoration: none;}
a:active {color:#999;}
a:hover {	color:#00F; cursor: pointer;text-decoration: underline;}
a img {	border: currentColor; border:0px;}
.clear{ clear:both;} 

.more {
	color: rgb(136, 136, 136); font-size: 12px; white-space: nowrap;
}
.more:hover {
	color: rgb(240, 131, 0);
}
.system_ad{position:absolute; height: 14px;width:30px; right: 0px; bottom: 0px; background: #fff;font-size:8px;line-height: 14px;text-align: center;border-top-left-radius:4px; border-bottom:1px solid #bbb;}
.ad_pic{ border:1px #bbb solid;}
.sysjsq{ width:100%; float:left; text-align:right; color:#999; font-size:14px; padding-right:20px; height:50px; line-height:50px;}
/*.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}*/
/*清除浮动*/
.clearfix:after {visibility:hidden;display:block;font-size: 0;content: " ";clear:both;height:0;line-height:0; }
.clearfix{*zoom:1;}
.w1200{width:1200px;margin:0 auto;position: relative;}

/*栏目宽屏背景宽度100%;*/
.wrapper_w {
	margin: 0px auto;
	position: relative;
	width:100%; 
	}

/*主内容宽度1140px;*/
.wrapper {
	margin: 0px auto;
	position: relative;
	width:100%; 
	max-width:1300px;
	}
.icon{background:url(../images/icon.png) no-repeat; display:inline-block; vertical-align:middle;}
/* Head 抬头部份设置*/

/*抬头层设置*/
.ui-header {
	background:rgba(0, 0, 0, .7);
    height: 70px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    position: absolute;
    width: 100%;
    min-width: 1100px;
    z-index: 1000;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;

}
.fixed{
    position: fixed;
    background-color: rgba(0,0,0, 0.7);
}
.head { background: #eee;
	height: 60px; position: relative; z-index: 10; box-shadow:0 3px 5px rgba(0, 0, 0, 0.1); /*阴影+透明度 */z-index:999;overflow:hidden;
	 -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*logo链接热点大小*/
h1 {
	 height:auto;position:absolute; padding-left: 10px; z-index:10000;  width: 300px; float: left;
}
h1 a img{ height:68px;position:relative;
}

.head .dh{padding-right: 20px; text-align:left; float:right; padding-right:200px;}
.head .dh li{ float:left; padding-left:25px; padding-right: 25px; line-height: 60px; font-size:16px;font-weight: 300;height: 60px;transition: all 0.4s ease 0s;}
.head .dh li:hover{background: #367d2e; color: #fff;transition: 0.7s;	-webkit-transition: 0.7s;	-moz-transition: 0.7s;transition-delay:0.1s !important}
.head .dh li:hover a{color: #fff;transition: 0.7s;	-webkit-transition: 0.7s;	-moz-transition: 0.7s;transition-delay:0.1s !important}
.head .dh a:hover{color: #fff;}

.yy {
	position: absolute;
}

.banner{ height:420px; background:url(../images/banner.jpg) no-repeat center;background-size:cover; padding-top:10px;}
.banner_1_main{ height:400px; width:1200px;margin: 0px auto; background:rgba(0, 0, 0, .5);border-radius:20px;}
.banner_1_main .banner_1_ss{ width:80%; height:200px; padding-top:100px;margin: 0px auto;}
.banner_1_main .banner_1_bq{ width:80%; margin: 0px auto; height:200px; padding-top:30px;}
.banner_1_main .banner_1_bq a{ padding:0 20px; line-height:30px; float:left;}



/*底部*/
.copy {background:#efefef;	width: 100%; height:100px;float: left;z-index:2;color:#999; font-size:12px; height:auto; font-family:"宋体"; }
.copy a{ color:#666;}	
.copy .copy_link{ float:left; width:55%; text-align:left; line-height:30px; color:#888; font-size:13px; padding-left:20px; padding-top:25px;}
.copy .copy_link a{ padding:0px 20px; float:left;}
.copy .copy_li{ width:44%; float:right; line-height:25px; text-align:right; padding-right:20px; padding-top:25px; height:100px;}
.copy .copy_li li{ width:auto; float:right;}

/*底部结束*/
/*手机端css代码*/
@media only screen and (max-width: 768px) {
	.footlx .flx01{width:100%; height:auto;text-align:center; }
	.footlx .flx01 img{ height:50px; padding-bottom:10px;padding-left:0px; }
.footlx .flx01 dt{text-align:center; padding-left:0px;}
.footlx .flx01 dd{ height:40px; line-height:20px;font-size:12px; text-align:center;}
.footlx .flx02{width:100%; height:auto; text-align: center;}
.footlx .flx02 dd{width:40px;padding-top:30px;}
.footlx .flx02 dd img{width:40px;}
.footlx .flx02 dt{ float: left;line-height:30px;font-size:16px;padding-top:20px; width:auto;padding-left: 5px; }
.footlx .flx02 dt span{ font-size:30px; font-style:italic;}
.footlx .flx03{width:100%; height:auto;overflow:auto;padding-top: 20px;}
.footlx .flx03 dt{ font-size:18px; padding-bottom: 5px;}
.footlx .flx03 dd{ font-size:14px; line-height:20px;width:100%;}
	
	.foot {display:none;}
	.copy { background:#367d2e; color:#fff;}
	.copy a{ color:#ccc;}
	.copy a:hover{color:#AAE2F7;}
	.copy .copy_link{ text-align:center; width:100%; line-height:30px; padding-top:10px;}
	.copy .copy_link a{ padding:0px 6px;}
	.copy .copy_li{ text-align:center; width:100%; line-height:30px;}
	.copy .copy_li li{ width:100%;}
	

	
	
}


/*小屏电脑980
@media screen and (max-width:1024px)*/
@media screen and (min-width: 1025px) and (max-width: 1280px){
	.wrapper {	max-width:1200px;}

/*抬头层设置*/
}
@media screen and (min-width: 769px) and (max-width: 1024px){
	.wrapper {	max-width:980px;}
	.w1200{width:980px;}

/*抬头层设置*/
}

/*手机端css代码*/
@media only screen and (max-width: 768px) {
body{overflow-x: hidden;overflow-y: auto;}
.head {display:none;}
.ui-header{display:none;}
	.wrapper {	width: 100%;}
	.w1200{width:100%;}
.web_tel{display:none;}

.banner{ height:auto; padding:0px;} 
.banner_1_main{ height:auto; width:100%;border-radius:0px;}
.banner_1_main .banner_1_ss{display:none;}
/*抬头层设置*/
#floatDivBoxs{display:none;}
#rightArrow{display:none;}
	}

/*手机端结束*/
/*头部结束*/



